home *** CD-ROM | disk | FTP | other *** search
/ Haight-Ashbury in the Sixties / Haight-Ashbury in the Sixties (1996)(Rockument)(Disc 1 of 2)[Mac-PC].iso / mac / MAIN / TUNEIN / TUNEIN01.DIR / 00003_Script_3 < prev    next >
Text File  |  1995-06-01  |  726b  |  22 lines

  1. on startmovie
  2.   global MiniMenuWindow, lastOracle, lastCredits, lastSearch
  3.   global lastVideo, lastArtwork, lastArticle
  4.   cursor 4
  5.   set the visibility of sprite 25 = false
  6.   set the visibility of sprite 26 = false
  7.   set the visibility of sprite 27 = false
  8.   set the visibility of sprite 39 = false
  9.   set the visibility of sprite 41 = false
  10.   set the visibility of sprite 43 = false
  11.   set the visibility of sprite 45 = false
  12.   set the visibility of sprite 46 = false
  13.   preload "tune in menu loop"
  14.   set lastOracle = "articles"
  15.   set lastArticle = "date"
  16.   set lastArtwork = "date"
  17.   set lastVideo = "interviews"
  18.   set lastCredits = "resource"
  19.   set lastSearch = "topics"
  20.   cursor [547,548]
  21. end startmovie
  22.